Skip to content

feat(core): eliminate global styles - #2632

Open
danielleroux wants to merge 64 commits into
mainfrom
feat/remove-global-css
Open

feat(core): eliminate global styles#2632
danielleroux wants to merge 64 commits into
mainfrom
feat/remove-global-css

Conversation

@danielleroux

@danielleroux danielleroux commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

Migrate Siemens Industrial Experience (iX) to the Siemens Design Language (SDL) foundation, specifically SI Theme 6 system and reference tokens, while improving interoperability with host applications.

This resolves #1398 by preventing the default iX stylesheet from applying the previous native reset and form-control styling across the entire page.

This is Phase 1: foundation tokens, theming architecture, and opt-in global CSS. It does not claim complete SDL/Figma compliance for every component and visual state.

EIX-3
EIX-10
EIX-69
EIX-184

Approach

  • SDL foundation tokens: Public custom properties now use --si-sys-* and --si-ref-*. The previous --theme-si-* aliases are no longer emitted.
  • Component customization: Components expose purpose-based, component-scoped --ix-* properties mapped to SI Theme 6 system tokens.
  • Layered CSS entry points: The default stylesheet contains the classic theme and required foundation styles. Native resets, form styles, and utilities are available through explicit opt-in entry points.
  • Compatibility: A deprecated Sass mixin remains available for downstream CSS referencing generated --theme-<component>-* aliases. These aliases no longer control migrated iX components.
  • Full CSS variable names: Color-valued APIs such as iconColor, itemColor, and NotificationColor now require complete custom-property names, for example --si-sys-text-danger.

CSS entry points

Entry point Purpose
@siemens/ix/css/default.css Classic theme and required iX foundation
@siemens/ix/css/foundation.css Foundation variables, body presentation, and document scrollbars
@siemens/ix/css/reset.css Native element normalization and box sizing
@siemens/ix/css/base.css Theme inheritance and body margin reset
@siemens/ix/css/scrollbar.css Scoped scrollbars below [data-ix-scrollbars]
@siemens/ix/css/utilities.css Typography, links, tables, groups, and shadows
@siemens/ix/css/globals.css Reset, base, scrollbar, and utilities
@siemens/ix/css/legacy.css Previous global and native form styling during migration

Applications that require the previous aggregate behavior can temporarily use:

@import '@siemens/ix/css/default.css';
@import '@siemens/ix/css/legacy.css';

Included in this PR

  • Rename --theme-si-* tokens to --si-sys-* and --si-ref-*.
  • Migrate component styling to scoped --ix-* properties and SI Theme 6 mappings.
  • Add explicit default, foundation, reset, base, scrollbar, utilities, globals, and legacy CSS/Sass entry points.
  • Remove generated --theme-<component>-* aliases from standard theme output.
  • Add a deprecated Sass compatibility layer for downstream styles.
  • Update color-valued APIs to accept complete CSS custom-property names.
  • Add breaking-change and consumer migration guidance in BREAKING_CHANGES/v6.md.
  • Add changesets for @siemens/ix, @siemens/ix-aggrid, and @siemens/ix-echarts.
  • Update Storybook, test applications, component tests, and visual snapshots.
  • Adapt the AG Grid theme to supported system tokens.
  • Ensure --si-sys-background-active is emitted by the classic themes.
  • Update the ECharts CSS-property helper and examples to use complete system-token names.
  • Documentation follow-up: docs(getting-started): provide optional global styles ix-docs#257.
  • Icon prefix compatibility: feat(icon): remove prefix of color icon ix-icons#121.

Follow-ups

  • Complete the ECharts Theme 6 visual mapping: feat(echarts)!: adapt to latest design tokenes #2714.
  • Run the default visual/test-app path without legacy.css, or document an explicit exception.
  • Systematically verify every component --ix-* mapping against SDL/Figma roles beyond snapshot coverage.

Breaking changes

  • --theme-si-sys-* becomes --si-sys-*.
  • --theme-si-ref-* and --theme-si-classic-ref-* become --si-ref-*.
  • Generated --theme-<component>-* aliases are removed from standard theme output.
  • Component customization moves to component-scoped --ix-* properties.
  • Color-valued APIs require complete CSS custom-property names, including the leading --.
  • The default stylesheet no longer includes the previous native reset, form styling, or global utilities.
  • Supported Sass exports are now explicit; unsupported deep imports and obsolete modules have been removed.
  • getComputedCSSProperty in @siemens/ix-echarts no longer adds a --theme- prefix.

See BREAKING_CHANGES/v6.md for migration examples and replacement entry points.

Release impact

Package Release
@siemens/ix Major
@siemens/ix-echarts Major
@siemens/ix-aggrid Patch

Definition of done for this phase

This phase is ready to merge when:

  • @siemens/ix/css/default.css themes iX components without applying the previous native reset and form-control styling.
  • Shipped theme and foundation CSS contains no --theme-si-* properties.
  • Migrated components are customizable through --ix-* properties.
  • Deprecated component aliases do not drive iX component styling.
  • Required SI Theme 6 tokens used by integrations are emitted.
  • All remaining work is documented in linked follow-ups.

Out of scope

This PR does not claim:

  • Complete SDL/Figma compliance for every component and state.
  • Full parity with Element implementations.
  • Removal of every legacy --theme-* common token.
  • Completion of the ECharts Theme 6 visual migration.

@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 39c7048

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@siemens/ix-aggrid Major
@siemens/ix Major
@siemens/ix-echarts Major
@siemens/ix-angular Major
@siemens/ix-docs Major
@siemens/ix-react Major
@siemens/ix-vue Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@netlify

netlify Bot commented Jul 1, 2026

Copy link
Copy Markdown

Deploy Preview for ix-storybook ready!

Name Link
🔨 Latest commit 39c7048
🔍 Latest deploy log https://app.netlify.com/projects/ix-storybook/deploys/6a845eb6b7216300082db4bd
😎 Deploy Preview https://deploy-preview-2632--ix-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 595 files, which is 495 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 05f4d441-7251-4b17-9be6-158bb5299276

📥 Commits

Reviewing files that changed from the base of the PR and between dd18d68 and 39c7048.

⛔ Files ignored due to path filters (771)
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-dropdown-top-layer-enableTopLayer-true-38132-button-in-cell-should-appear-above-other-rows-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-dropdown-top-layer-enableTopLayer-true-38132-button-in-cell-should-appear-above-other-rows-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-dropdown-top-layer-enableTopLayer-true-select-in-cell-should-appear-above-other-rows-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-dropdown-top-layer-enableTopLayer-true-select-in-cell-should-appear-above-other-rows-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-editor-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-editor-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-filter-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-filter-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-header-checkbox-should-be-checked-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-header-checkbox-should-be-checked-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-header-checkbox-should-be-indeterminate-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-header-checkbox-should-be-indeterminate-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-header-checkbox-should-be-unchecked-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-header-checkbox-should-be-unchecked-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-pagination-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-pagination-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-striped-rows-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-striped-rows-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-tooltip-display-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-tooltip-display-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-version-v33-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-version-v33-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-version-v34-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-version-v34-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-version-v35-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • packages/aggrid/tests/aggrid.e2e.ts-snapshots/aggrid-version-v35-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
  • testing/visual-testing/__screenshots__/tests/3rd-party/bootstrap/bootstrap.e2e.ts/3rd-party-bootstrap-html-elements-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/3rd-party/bootstrap/bootstrap.e2e.ts/3rd-party-bootstrap-html-elements-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/action-card/action-card.e2e.ts/action-card-basic-should-have-selected-state-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/action-card/action-card.e2e.ts/action-card-basic-should-have-selected-state-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/action-card/action-card.e2e.ts/action-card-basic-should-not-have-visual-regressions-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/action-card/action-card.e2e.ts/action-card-basic-should-not-have-visual-regressions-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-app-icon-with-outline-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-app-icon-with-outline-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-company-logo-and-app-icon-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-company-logo-and-app-icon-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-content---sm---click-context-menu-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-content---sm---click-context-menu-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-content---sm-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-content---sm-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-content-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-content-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-not-have-visual-regressions---svg-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-not-have-visual-regressions---svg-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-not-have-visual-regressions-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-not-have-visual-regressions-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-use-safe-areas-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-should-use-safe-areas-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-without-bottom-border-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-basic-without-bottom-border-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-standalone-viewport-lg-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-standalone-viewport-lg-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-standalone-viewport-md-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-standalone-viewport-md-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-standalone-viewport-sm-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application-header/application-header.e2e.ts/application-header-standalone-viewport-sm-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/MenuSidebar-lg-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/MenuSidebar-lg-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/MenuSidebar-md-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/MenuSidebar-md-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/MenuSidebar-sm-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/MenuSidebar-sm-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/application-switch-modal-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/application-switch-modal-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-content-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-content-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-content-width-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-content-width-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-expanded-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-expanded-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-large-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-large-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-large-content-width-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-large-content-width-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-mobile-mobile-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-mobile-mobile-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-mobile-mobile-expanded-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-mobile-mobile-expanded-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-mobile-mobile-expanded-overlay-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-mobile-mobile-expanded-overlay-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-mobile-mobile-overlay-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/application/application.e2e.ts/basic-navigation-mobile-mobile-overlay-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-image-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-image-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-initials-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-initials-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-scrollbar-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-scrollbar-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-user-info-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/avatar/avatar.e2e.ts/avatar-user-info-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-attached-layout-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-attached-layout-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-counter-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-counter-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-dot-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-dot-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-label-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-label-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-status-icon-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/badge/badge.e2e.ts/badge-status-icon-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-collapsed-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-collapsed-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-custom-header-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-custom-header-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-header-actions-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-header-actions-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-should-no-hover-on-slot-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/blind/blind.e2e.ts/blind-should-no-hover-on-slot-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/breadcrumb/breadcrumb.e2e.ts/breadcrumb-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/breadcrumb/breadcrumb.e2e.ts/breadcrumb-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/breadcrumb/breadcrumb.e2e.ts/breadcrumb-lazyLoaded-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/breadcrumb/breadcrumb.e2e.ts/breadcrumb-lazyLoaded-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-group-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-group-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-should-have-an-active-effect-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-should-have-an-active-effect-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-should-have-an-hover-effect-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-should-have-an-hover-effect-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-should-not-have-visual-regressions-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-should-not-have-visual-regressions-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-should-show-loading-spinner-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/button/button.e2e.ts/button-basic-should-show-loading-spinner-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-layout-scrolling-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-layout-scrolling-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-layout-scrolling-end-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-layout-scrolling-end-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-should-hide-show-all-button-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-should-hide-show-all-button-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-should-not-have-visual-regressions-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-should-not-have-visual-regressions-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-should-show-ellipsis-label-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card-list/card-list.e2e.ts/card-list-basic-should-show-ellipsis-label-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card/card.e2e.ts/card-basic-should-have-selected-state-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card/card.e2e.ts/card-basic-should-have-selected-state-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card/card.e2e.ts/card-basic-should-not-have-visual-regressions-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card/card.e2e.ts/card-basic-should-not-have-visual-regressions-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card/card.e2e.ts/card-overflow-should-hide-overflowing-text-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/card/card.e2e.ts/card-overflow-should-hide-overflowing-text-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-basic-no-icon-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-basic-no-icon-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-categories-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-categories-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-category-options-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-category-options-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-dropdown-opens-on-text-input-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-dropdown-opens-on-text-input-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-dropdown-stays-open-after-filter-selection-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-dropdown-stays-open-after-filter-selection-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-static-operator-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/category-filter/category-filter.e2e.ts/category-filter-static-operator-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/chat/chat.e2e.ts/chat-attachment-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/chat/chat.e2e.ts/chat-attachment-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/chat/chat.e2e.ts/chat-overview-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/chat/chat.e2e.ts/chat-overview-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox-group/checkbox-group.e2e.ts/checkbox-group-direction-column-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox-group/checkbox-group.e2e.ts/checkbox-group-direction-column-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox-group/checkbox-group.e2e.ts/checkbox-group-direction-row-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox-group/checkbox-group.e2e.ts/checkbox-group-direction-row-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox/checkbox.e2e.ts/checkbox-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox/checkbox.e2e.ts/checkbox-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox/checkbox.e2e.ts/checkbox-indeterminate-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox/checkbox.e2e.ts/checkbox-indeterminate-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox/checkbox.e2e.ts/checkbox-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/checkbox/checkbox.e2e.ts/checkbox-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/chip/chip.e2e.ts/chip-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/chip/chip.e2e.ts/chip-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/chip/chip.e2e.ts/chip-custom-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/chip/chip.e2e.ts/chip-custom-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/content-header/content-header.e2e.ts/content-header-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/content-header/content-header.e2e.ts/content-header-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/content-header/content-header.e2e.ts/content-header-secondary-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/content-header/content-header.e2e.ts/content-header-secondary-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/content/content.e2e.ts/content-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/content/content.e2e.ts/content-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/content/content.e2e.ts/content-scroll-and-check-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/content/content.e2e.ts/content-scroll-and-check-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-dropdown/date-dropdown.e2e.ts/date-dropdown-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-dropdown/date-dropdown.e2e.ts/date-dropdown-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-dropdown/date-dropdown.e2e.ts/date-dropdown-range-options---custom-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-dropdown/date-dropdown.e2e.ts/date-dropdown-range-options---custom-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-dropdown/date-dropdown.e2e.ts/date-dropdown-range-options-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-dropdown/date-dropdown.e2e.ts/date-dropdown-range-options-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-dropdown/date-dropdown.e2e.ts/date-dropdown-show-week-numbers-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-dropdown/date-dropdown.e2e.ts/date-dropdown-show-week-numbers-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-input/date-input.e2e.ts/date-input-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-input/date-input.e2e.ts/date-input-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-locales-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-locales-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-range-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-range-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-show-week-numbers-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-show-week-numbers-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-week-start-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-week-start-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-year-month-selection-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/date-picker/date-picker.e2e.ts/date-picker-year-month-selection-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-input/datetime-input.e2e.ts/datetime-input-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-input/datetime-input.e2e.ts/datetime-input-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-input/datetime-input.e2e.ts/datetime-input-dropdown-open-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-input/datetime-input.e2e.ts/datetime-input-dropdown-open-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-input/datetime-input.e2e.ts/datetime-input-validation-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-input/datetime-input.e2e.ts/datetime-input-validation-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-picker/datetime-picker.e2e.ts/datetime-picker-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-picker/datetime-picker.e2e.ts/datetime-picker-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-picker/datetime-picker.e2e.ts/datetime-picker-mobile-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-picker/datetime-picker.e2e.ts/datetime-picker-mobile-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-picker/datetime-picker.e2e.ts/datetime-picker-show-week-numbers-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/datetime-picker/datetime-picker.e2e.ts/datetime-picker-show-week-numbers-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/divider/divider.e2e.ts/divider-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/divider/divider.e2e.ts/divider-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/drawer/drawer.e2e.ts/drawer-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/drawer/drawer.e2e.ts/drawer-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/drawer/drawer.e2e.ts/drawer-full-height-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/drawer/drawer.e2e.ts/drawer-full-height-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/drawer/drawer.e2e.ts/drawer-inside-container-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/drawer/drawer.e2e.ts/drawer-inside-container-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown-button/dropdown-button.e2e.ts/basic-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown-button/dropdown-button.e2e.ts/basic-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown-button/dropdown-button.e2e.ts/basic-dropdown-button-icon-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown-button/dropdown-button.e2e.ts/basic-dropdown-button-icon-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown-button/dropdown-button.e2e.ts/basic-dropdown-should-open-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown-button/dropdown-button.e2e.ts/basic-dropdown-should-open-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.ts/dropdown-quick-actions-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.ts/dropdown-quick-actions-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-centered-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-centered-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-checked-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-checked-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-disabled-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-disabled-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-handle-multiple-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-handle-multiple-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-zoom-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/dropdown/dropdown.e2e.ts/dropdown-zoom-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/empty-state/empty-state.e2e.ts/empty-state-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/empty-state/empty-state.e2e.ts/empty-state-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/empty-state/empty-state.e2e.ts/empty-state-compact-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/empty-state/empty-state.e2e.ts/empty-state-compact-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/empty-state/empty-state.e2e.ts/empty-state-compact-break-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/empty-state/empty-state.e2e.ts/empty-state-compact-break-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/empty-state/empty-state.e2e.ts/empty-state-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/empty-state/empty-state.e2e.ts/empty-state-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-chevron-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-chevron-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-compact-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-compact-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-custom-height-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-custom-height-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-chevron-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-chevron-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-compact-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-compact-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-custom-height-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-custom-height-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-hover-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-filled-hover-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-hover-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/event-list/event-list.e2e.ts/event-list-hover-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/example-test/example-test.e2e.ts/example-test-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/example-test/example-test.e2e.ts/example-test-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/expanding-search/expanding-search.e2e.ts/expanding-search-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/expanding-search/expanding-search.e2e.ts/expanding-search-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/expanding-search/expanding-search.e2e.ts/expanding-search-basic-not-expanded-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/expanding-search/expanding-search.e2e.ts/expanding-search-basic-not-expanded-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/expanding-search/expanding-search.e2e.ts/expanding-search-fullWidth-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/expanding-search/expanding-search.e2e.ts/expanding-search-fullWidth-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/flip-tile/flip-tile.e2e.ts/flip-tile-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/flip-tile/flip-tile.e2e.ts/flip-tile-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/flip-tile/flip-tile.e2e.ts/flip-tile-custom-sizes-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/flip-tile/flip-tile.e2e.ts/flip-tile-custom-sizes-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/fonts/fonts.e2e.ts/fonts-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/fonts/fonts.e2e.ts/fonts-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-info-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-info-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-info-with-disabled-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-info-with-disabled-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-info-with-readonly-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-info-with-readonly-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-invalid-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-invalid-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-invalid-with-disabled-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-invalid-with-disabled-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-invalid-with-readonly-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-invalid-with-readonly-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-valid-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-valid-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-valid-with-disabled-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-valid-with-disabled-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-valid-with-readonly-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-valid-with-readonly-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-warning-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-warning-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-warning-with-disabled-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-warning-with-disabled-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-warning-with-readonly-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/form-fields/form-fields.e2e.ts/form-fields-state-warning-with-readonly-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-adapt-width-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-adapt-width-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-header-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-header-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-item-selected-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-item-selected-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-selected-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-selected-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-with-context-menu-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/group/group.e2e.ts/group-with-context-menu-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/html-table/html-table.e2e.ts/html-table-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/html-table/html-table.e2e.ts/html-table-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/html-table/html-table.e2e.ts/html-table-striped-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/html-table/html-table.e2e.ts/html-table-striped-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/html-tags/html-tags.e2e.ts/html-tags-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/html-tags/html-tags.e2e.ts/html-tags-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-loading-variant-danger-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-loading-variant-danger-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-loading-variant-primary-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-loading-variant-primary-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-loading-variant-secondary-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-loading-variant-secondary-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-variant-danger-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-variant-danger-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-variant-primary-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-variant-primary-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-variant-secondary-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-button/icon-button.e2e.ts/icon-button-variant-secondary-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-toggle-button/toggle-button.e2e.ts/icon-toggle-button-basic-should-have-a-hover-effect-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-toggle-button/toggle-button.e2e.ts/icon-toggle-button-basic-should-have-a-hover-effect-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-toggle-button/toggle-button.e2e.ts/icon-toggle-button-basic-should-have-an-active-effect-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-toggle-button/toggle-button.e2e.ts/icon-toggle-button-basic-should-have-an-active-effect-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-toggle-button/toggle-button.e2e.ts/icon-toggle-button-basic-should-not-have-visual-regressions-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-toggle-button/toggle-button.e2e.ts/icon-toggle-button-basic-should-not-have-visual-regressions-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-toggle-button/toggle-button.e2e.ts/icon-toggle-button-basic-should-show-loading-spinner-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon-toggle-button/toggle-button.e2e.ts/icon-toggle-button-basic-should-show-loading-spinner-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon/icon.e2e.ts/icon-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/icon/icon.e2e.ts/icon-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input-common/input-common.e2e.ts/input-components-should-be-hidden-initially-and-displayed-afterwards-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input-common/input-common.e2e.ts/input-components-should-be-hidden-initially-and-displayed-afterwards-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-disabled-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-disabled-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-disabled-and-hover-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-disabled-and-hover-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-focus-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-focus-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-hover-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-hover-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-readonly-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-readonly-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-readonly-and-hover-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-readonly-and-hover-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-text-alignment-property-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-text-alignment-property-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-tooltip-below-input-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-tooltip-below-input-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-with-slots-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-with-slots-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-with-value-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/input/input.e2e.ts/input-with-value-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/key-value-list/key-value-list.e2e.ts/key-value-list-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/key-value-list/key-value-list.e2e.ts/key-value-list-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/key-value/key-value.e2e.ts/key-value-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/key-value/key-value.e2e.ts/key-value-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/key-value/key-value.e2e.ts/key-value-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/key-value/key-value.e2e.ts/key-value-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/kpi/kpi.e2e.ts/kpi-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/kpi/kpi.e2e.ts/kpi-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/layout-grid/layout-grid.e2e.ts/should-not-have-regression-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/layout-grid/layout-grid.e2e.ts/should-not-have-regression-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/layout-grid/layout-grid.e2e.ts/should-not-have-regression-large-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/layout-grid/layout-grid.e2e.ts/should-not-have-regression-large-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/layout-grid/layout-grid.e2e.ts/should-not-have-regression-medium-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/layout-grid/layout-grid.e2e.ts/should-not-have-regression-medium-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/layout-grid/layout-grid.e2e.ts/should-not-have-regression-small-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/layout-grid/layout-grid.e2e.ts/should-not-have-regression-small-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/link-button/link-button.e2e.ts/link-button-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/link-button/link-button.e2e.ts/link-button-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/link-button/link-button.e2e.ts/link-button-truncate-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/link-button/link-button.e2e.ts/link-button-truncate-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-about-news/menu-about-news.e2e.ts/menu-about-news-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-about-news/menu-about-news.e2e.ts/menu-about-news-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-about-news/menu-about-news.e2e.ts/menu-about-news-mobile-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-about-news/menu-about-news.e2e.ts/menu-about-news-mobile-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-about-news/menu-about-news.e2e.ts/menu-about-news-z-index-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-about-news/menu-about-news.e2e.ts/menu-about-news-z-index-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-about/menu-about.e2e.ts/menu-about-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-about/menu-about.e2e.ts/menu-about-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-avatar/menu-avatar.e2e.ts/menu-avatar-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-avatar/menu-avatar.e2e.ts/menu-avatar-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-avatar/menu-avatar.e2e.ts/menu-avatar-image-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-avatar/menu-avatar.e2e.ts/menu-avatar-image-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-avatar/menu-avatar.e2e.ts/menu-avatar-initials-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-avatar/menu-avatar.e2e.ts/menu-avatar-initials-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-avatar/menu-avatar.e2e.ts/menu-avatar-no-dropdown-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-avatar/menu-avatar.e2e.ts/menu-avatar-no-dropdown-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-settings/menu-settings.e2e.ts/menu-settings-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-settings/menu-settings.e2e.ts/menu-settings-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-settings/menu-settings.e2e.ts/menu-settings-label-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-settings/menu-settings.e2e.ts/menu-settings-label-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-settings/menu-settings.e2e.ts/menu-settings-switch-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu-settings/menu-settings.e2e.ts/menu-settings-switch-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-basic-lg---no-default-icon-on-second-level-visible-ellipsis-for-category-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-basic-lg---no-default-icon-on-second-level-visible-ellipsis-for-category-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-basic-md---no-default-icon-on-second-level-scaling-for-popup-window-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-basic-md---no-default-icon-on-second-level-scaling-for-popup-window-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-category-open-on-expand-when-initially-closed-and-activated-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-category-open-on-expand-when-initially-closed-and-activated-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-expands-category-if-nested-item-becomes-active-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-expands-category-if-nested-item-becomes-active-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-hide-scrollbar-on-collapsed-but-scrollable-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-hide-scrollbar-on-collapsed-but-scrollable-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-link---should-render-menu-items-with-a-href-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-link---should-render-menu-items-with-a-href-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-show-scrollbar-on-overflow-on-expand-on-lg-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-show-scrollbar-on-overflow-on-expand-on-lg-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-show-scrollbar-on-overflow-on-expand-on-md-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-show-scrollbar-on-overflow-on-expand-on-md-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-show-scrollbar-on-overflow-on-expand-on-sm-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-show-scrollbar-on-overflow-on-expand-on-sm-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-show-tooltip-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-show-tooltip-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-toggle---check-icon-functionality-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/menu/menu.e2e.ts/menu-toggle---check-icon-functionality-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message-bar/message-bar.e2e.ts/message-bar-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message-bar/message-bar.e2e.ts/message-bar-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message-bar/message-bar.e2e.ts/message-bar-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message-bar/message-bar.e2e.ts/message-bar-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-360-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-360-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-480-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-480-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-600-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-600-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-720-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-720-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-840-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-840-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-full-screen-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-full-screen-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-full-width-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/message/message.e2e.ts/message-size-full-width-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-close-on-Escape-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-close-on-Escape-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-icon-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-icon-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-non-blocking-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-non-blocking-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-should-show-centered-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-should-show-centered-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-360-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-360-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-480-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-480-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-600-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-600-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-720-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-720-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-840-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-840-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-full-screen-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-full-screen-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-full-width-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-size-full-width-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-with-dropdown-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/modal/modal.e2e.ts/modal-with-dropdown-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/number-input/number-input.e2e.ts/number-input-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/number-input/number-input.e2e.ts/number-input-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/pagination/pagination.e2e.ts/pagination-advanced-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/pagination/pagination.e2e.ts/pagination-advanced-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/pagination/pagination.e2e.ts/pagination-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/pagination/pagination.e2e.ts/pagination-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-basic-floating-no-collapsed-state-collapsed-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-basic-floating-no-collapsed-state-collapsed-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-basic-floating-no-collapsed-state-collapsed-mobile-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-basic-floating-no-collapsed-state-collapsed-mobile-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-basic-floating-no-collapsed-state-expanded-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-basic-floating-no-collapsed-state-expanded-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-basic-floating-no-collapsed-state-expanded-mobile-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-basic-floating-no-collapsed-state-expanded-mobile-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-changed-layout-floating-collapsed-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-changed-layout-floating-collapsed-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-expanded-pane-bottom-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-expanded-pane-bottom-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-expanded-pane-left-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-expanded-pane-left-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-expanded-pane-right-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-expanded-pane-right-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-expanded-pane-top-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-header-slot-expanded-pane-top-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-floating-collapsed-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-floating-collapsed-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-floating-collapsed-mobile-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-floating-collapsed-mobile-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-floating-expanded-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-floating-expanded-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-floating-left-expanded-mobile-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-floating-left-expanded-mobile-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-collapsed-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-collapsed-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-collapsed-mobile-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-collapsed-mobile-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-collapsed-responsive-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-collapsed-responsive-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-expanded-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-expanded-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-icon-collapsed-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-icon-collapsed-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-left-expanded-mobile-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-layout-inline-left-expanded-mobile-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-slot-correctly-toggles-while-being-collapsed-through-content-click-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/panes/panes.e2e.ts/pane-slot-correctly-toggles-while-being-collapsed-through-content-click-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/pill/pill.e2e.ts/pill-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/pill/pill.e2e.ts/pill-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-header-no-close-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-header-no-close-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-header-with-icon-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-header-with-icon-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-hover-trigger-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-hover-trigger-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-minimal-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-minimal-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-nesting-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-nesting-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-no-spike-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-no-spike-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-placement-bottom-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-placement-bottom-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-placement-left-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-placement-left-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-placement-right-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-placement-right-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-placement-top-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-placement-top-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-stepper-footer-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-stepper-footer-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-with-image-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/popover/popover.e2e.ts/popover-with-image-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-circular-helper-text-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-circular-helper-text-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-circular-no-helper-text-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-circular-no-helper-text-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-circular-text-alignment-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-circular-text-alignment-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-linear-helper-text-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-linear-helper-text-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-linear-no-helper-text-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/progress-indicator/progress-indicator.e2e.ts/progress-indicator-linear-no-helper-text-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/push-card/push-card.e2e.ts/push-card-basic-should-click-accordion-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/push-card/push-card.e2e.ts/push-card-basic-should-click-accordion-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/push-card/push-card.e2e.ts/push-card-basic-should-not-have-visual-regressions-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/push-card/push-card.e2e.ts/push-card-basic-should-not-have-visual-regressions-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/push-card/push-card.e2e.ts/push-card-expand-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/push-card/push-card.e2e.ts/push-card-expand-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/push-card/push-card.e2e.ts/should-hide-overflowing-text-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/push-card/push-card.e2e.ts/should-hide-overflowing-text-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radio-group/radio-group.e2e.ts/radio-group-direction-column-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radio-group/radio-group.e2e.ts/radio-group-direction-column-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radio-group/radio-group.e2e.ts/radio-group-direction-row-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radio-group/radio-group.e2e.ts/radio-group-direction-row-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-basic-hover-checked-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-basic-hover-checked-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-basic-hover-unchecked-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-basic-hover-unchecked-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-long-text-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-long-text-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-no-checked-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/radiobutton/radiobutton.e2e.ts/radiobutton-no-checked-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/range-field/range-field.e2e.ts/range-field-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/range-field/range-field.e2e.ts/range-field-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-allow-clear-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-allow-clear-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-autoplacement-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-autoplacement-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-centered-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-centered-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-disabled-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-disabled-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-disabled-select-index-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-disabled-select-index-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-disabled-select-multiple-indices-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-disabled-select-multiple-indices-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-editable-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-editable-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-list-header-hide-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-list-header-hide-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-mode-multiple---all-chip-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-mode-multiple---all-chip-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-mode-multiple---normal-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-mode-multiple---normal-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-mode-multiple-long-item-label-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-mode-multiple-long-item-label-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-mode-multiple-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-mode-multiple-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-readonly-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-readonly-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-readonly-select-Index-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-readonly-select-Index-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-readonly-select-multiple-index-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/select/select.e2e.ts/select-readonly-select-multiple-index-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-all-slider-variants-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-all-slider-variants-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-marker-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-marker-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-with-error-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-with-error-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-with-label-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-with-label-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-with-min-max-changes-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-render-with-min-max-changes-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-show-float-steps-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-show-float-steps-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-show-reference-value-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/slider/slider.e2e.ts/should-show-reference-value-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/spinner/spinner.e2e.ts/spinner-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/spinner/spinner.e2e.ts/spinner-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/split-button/split-button.e2e.ts/split-button-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/split-button/split-button.e2e.ts/split-button-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/style-entry-points/style-entry-points.e2e.ts/style-entry-points-composite-entry-point-matrix-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/style-entry-points/style-entry-points.e2e.ts/style-entry-points-composite-entry-point-matrix-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tabs/tabs.e2e.ts/tabs-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tabs/tabs.e2e.ts/tabs-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tabs/tabs.e2e.ts/tabs-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tabs/tabs.e2e.ts/tabs-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tabs/tabs.e2e.ts/tabs-rounded-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tabs/tabs.e2e.ts/tabs-rounded-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tabs/tabs.e2e.ts/tabs-stretched-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tabs/tabs.e2e.ts/tabs-stretched-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/textarea/textarea.e2e.ts/textarea-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/textarea/textarea.e2e.ts/textarea-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/textarea/textarea.e2e.ts/textarea-disabled-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/textarea/textarea.e2e.ts/textarea-disabled-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/textarea/textarea.e2e.ts/textarea-readonly-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/textarea/textarea.e2e.ts/textarea-readonly-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/theme-system/theme-system.e2e.ts/theme-system-system---dark-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/theme-system/theme-system.e2e.ts/theme-system-system---dark-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/theme-system/theme-system.e2e.ts/theme-system-system---light-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/theme-system/theme-system.e2e.ts/theme-system-system---light-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tile/tile.e2e.ts/tile-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tile/tile.e2e.ts/tile-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-input/time-input.e2e.ts/time-input-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-input/time-input.e2e.ts/time-input-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-input/time-input.e2e.ts/time-input-validation-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-input/time-input.e2e.ts/time-input-validation-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-picker/time-picker.e2e.ts/time-picker-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-picker/time-picker.e2e.ts/time-picker-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-picker/time-picker.e2e.ts/time-picker-formats-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-picker/time-picker.e2e.ts/time-picker-formats-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-picker/time-picker.e2e.ts/time-picker-interval-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/time-picker/time-picker.e2e.ts/time-picker-interval-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toast/toast.e2e.ts/toast-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toast/toast.e2e.ts/toast-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toast/toast.e2e.ts/toast-custom-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toast/toast.e2e.ts/toast-custom-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toast/toast.e2e.ts/toast-position-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toast/toast.e2e.ts/toast-position-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle-button/toggle-button.e2e.ts/toggle-button-basic-should-have-a-hover-effect-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle-button/toggle-button.e2e.ts/toggle-button-basic-should-have-a-hover-effect-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle-button/toggle-button.e2e.ts/toggle-button-basic-should-have-an-active-effect-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle-button/toggle-button.e2e.ts/toggle-button-basic-should-have-an-active-effect-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle-button/toggle-button.e2e.ts/toggle-button-basic-should-not-have-visual-regressions-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle-button/toggle-button.e2e.ts/toggle-button-basic-should-not-have-visual-regressions-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle-button/toggle-button.e2e.ts/toggle-button-basic-should-show-loading-spinner-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle-button/toggle-button.e2e.ts/toggle-button-basic-should-show-loading-spinner-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-disabled-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-disabled-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-validation-states---info-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-validation-states---info-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-validation-states---invalid-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-validation-states---invalid-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-validation-states---valid-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-validation-states---valid-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-validation-states---warning-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/toggle/toggle.e2e.ts/toggle-validation-states---warning-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-Long-Text-long-words-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-Long-Text-long-words-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-Long-text-short-words-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-Long-text-short-words-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-Short-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-Short-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-delay-tooltip-placement-bottom-with-delay-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-delay-tooltip-placement-bottom-with-delay-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-delay-tooltip-placement-left-with-delay-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-delay-tooltip-placement-left-with-delay-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-delay-tooltip-placement-right-with-delay-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-delay-tooltip-placement-right-with-delay-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-delay-tooltip-placement-top-with-delay-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-delay-tooltip-placement-top-with-delay-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-fallback-placement-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-fallback-placement-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-global-style-not-bleeding-into-tooltip-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-global-style-not-bleeding-into-tooltip-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-placement-near-viewport-edge-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-placement-near-viewport-edge-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-placement-near-viewport-edge-2-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-placement-near-viewport-edge-2-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-placement-near-viewport-edge-3-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-placement-near-viewport-edge-3-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-placement-near-viewport-edge-4-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-placement-near-viewport-edge-4-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-inside-dropdown-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-inside-dropdown-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-position-bottom-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-position-bottom-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-position-left-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-position-left-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-position-right-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-position-right-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-position-top-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tooltip/tooltip.e2e.ts/tooltip-tooltip-position-top-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tree/tree.e2e.ts/tree-disabled-item-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tree/tree.e2e.ts/tree-disabled-item-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tree/tree.e2e.ts/tree-item-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tree/tree.e2e.ts/tree-item-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tree/tree.e2e.ts/tree-should-append-item-to-tree-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tree/tree.e2e.ts/tree-should-append-item-to-tree-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tree/tree.e2e.ts/tree-should-keep-scroll-state-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/tree/tree.e2e.ts/tree-should-keep-scroll-state-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/typography/typography.e2e.ts/typography-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/typography/typography.e2e.ts/typography-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/typography/typography.e2e.ts/typography-line-through-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/typography/typography.e2e.ts/typography-line-through-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/typography/typography.e2e.ts/typography-text-color-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/typography/typography.e2e.ts/typography-text-color-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/typography/typography.e2e.ts/typography-underline-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/typography/typography.e2e.ts/typography-underline-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/upload/upload.e2e.ts/upload-States-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/upload/upload.e2e.ts/upload-States-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/upload/upload.e2e.ts/upload-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/upload/upload.e2e.ts/upload-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/workflow-steps/workflow-steps.e2e.ts/workflow-steps-basic-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/workflow-steps/workflow-steps.e2e.ts/workflow-steps-basic-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/workflow-steps/workflow-steps.e2e.ts/workflow-steps-overflow-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/workflow-steps/workflow-steps.e2e.ts/workflow-steps-overflow-1-chromium---classic-light-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/workflow-steps/workflow-steps.e2e.ts/workflow-steps-toggle-and-disable-1-chromium---classic-dark-linux.png is excluded by !**/*.png
  • testing/visual-testing/__screenshots__/tests/workflow-steps/workflow-steps.e2e.ts/workflow-steps-toggle-and-disable-1-chromium---classic-light-linux.png is excluded by !**/*.png
📒 Files selected for processing (595)
  • .changeset/aggrid-system-token-compatibility.md
  • .changeset/calm-foundation-styles.md
  • .changeset/component-customization-tokens.md
  • .changeset/echarts-system-token-properties.md
  • .changeset/sys-token-migration-focus-color.md
  • BREAKING_CHANGES.md
  • BREAKING_CHANGES/v6.md
  • packages/aggrid/src/aggrid-ix-theme-params.ts
  • packages/aggrid/src/checkbox.style.css
  • packages/aggrid/src/header.style.css
  • packages/aggrid/src/index.ts
  • packages/aggrid/src/radio.style.css
  • packages/aggrid/tests/basic/setup-basic.ts
  • packages/aggrid/tests/dropdown-top-layer/setup-dropdown-top-layer.ts
  • packages/aggrid/tests/pagination/setup-pagination.ts
  • packages/aggrid/tests/versions/v34/setup-basic.ts
  • packages/aggrid/tests/versions/v35/setup-basic.ts
  • packages/angular-standalone-test-app/src/preview-examples/badge-counter.html
  • packages/angular-standalone-test-app/src/preview-examples/badge-dot.html
  • packages/angular-standalone-test-app/src/preview-examples/badge-label.html
  • packages/angular-standalone-test-app/src/preview-examples/blind-header-actions.ts
  • packages/angular-standalone-test-app/src/preview-examples/chip.ts
  • packages/angular-standalone-test-app/src/preview-examples/echarts-circle.ts
  • packages/angular-standalone-test-app/src/preview-examples/echarts-gauge.ts
  • packages/angular-standalone-test-app/src/preview-examples/echarts-line-advanced.ts
  • packages/angular-standalone-test-app/src/preview-examples/echarts-line-multiple-y-axis.ts
  • packages/angular-standalone-test-app/src/preview-examples/echarts-pie.ts
  • packages/angular-standalone-test-app/src/preview-examples/echarts-progress-arc.ts
  • packages/angular-standalone-test-app/src/preview-examples/echarts-progress-circle.ts
  • packages/angular-standalone-test-app/src/preview-examples/echarts-special-3d.ts
  • packages/angular-standalone-test-app/src/preview-examples/echarts-special-zoom.ts
  • packages/angular-standalone-test-app/src/preview-examples/event-list-compact.ts
  • packages/angular-standalone-test-app/src/preview-examples/event-list-custom-item-height.ts
  • packages/angular-standalone-test-app/src/preview-examples/event-list-filled.ts
  • packages/angular-standalone-test-app/src/preview-examples/event-list-selected.ts
  • packages/angular-standalone-test-app/src/preview-examples/event-list.ts
  • packages/angular-standalone-test-app/src/preview-examples/global.css
  • packages/angular-standalone-test-app/src/preview-examples/grid-padding.css
  • packages/angular-standalone-test-app/src/preview-examples/grid-size.css
  • packages/angular-standalone-test-app/src/preview-examples/grid.css
  • packages/angular-standalone-test-app/src/preview-examples/layout-auto.css
  • packages/angular-standalone-test-app/src/preview-examples/pill-variants.ts
  • packages/angular-standalone-test-app/src/preview-examples/pill.ts
  • packages/angular-standalone-test-app/src/preview-examples/popover.html
  • packages/angular-test-app/src/preview-examples/badge-counter.html
  • packages/angular-test-app/src/preview-examples/badge-dot.html
  • packages/angular-test-app/src/preview-examples/badge-label.html
  • packages/angular-test-app/src/preview-examples/blind-header-actions.ts
  • packages/angular-test-app/src/preview-examples/chip.ts
  • packages/angular-test-app/src/preview-examples/echarts-circle.ts
  • packages/angular-test-app/src/preview-examples/echarts-gauge.ts
  • packages/angular-test-app/src/preview-examples/echarts-line-advanced.ts
  • packages/angular-test-app/src/preview-examples/echarts-line-multiple-y-axis.ts
  • packages/angular-test-app/src/preview-examples/echarts-pie.ts
  • packages/angular-test-app/src/preview-examples/echarts-progress-arc.ts
  • packages/angular-test-app/src/preview-examples/echarts-progress-circle.ts
  • packages/angular-test-app/src/preview-examples/echarts-special-3d.ts
  • packages/angular-test-app/src/preview-examples/echarts-special-zoom.ts
  • packages/angular-test-app/src/preview-examples/event-list-compact.ts
  • packages/angular-test-app/src/preview-examples/event-list-custom-item-height-in-number.ts
  • packages/angular-test-app/src/preview-examples/event-list-custom-item-height.ts
  • packages/angular-test-app/src/preview-examples/event-list-filled.ts
  • packages/angular-test-app/src/preview-examples/event-list-selected.ts
  • packages/angular-test-app/src/preview-examples/event-list.ts
  • packages/angular-test-app/src/preview-examples/global.css
  • packages/angular-test-app/src/preview-examples/grid-padding.css
  • packages/angular-test-app/src/preview-examples/grid-size.css
  • packages/angular-test-app/src/preview-examples/grid.css
  • packages/angular-test-app/src/preview-examples/layout-auto.css
  • packages/angular-test-app/src/preview-examples/pill-variants.ts
  • packages/angular-test-app/src/preview-examples/pill.html
  • packages/angular-test-app/src/preview-examples/popover.html
  • packages/core/package.json
  • packages/core/scripts/build/build-css.ts
  • packages/core/scripts/build/component-vars.spec.ts
  • packages/core/scripts/build/global-css.spec.ts
  • packages/core/scripts/build/theme-css.spec.ts
  • packages/core/scss/_core.scss
  • packages/core/scss/_foundation.scss
  • packages/core/scss/_standalone.scss
  • packages/core/scss/components/_input-group.scss
  • packages/core/scss/components/_table.scss
  • packages/core/scss/deprecated/_components.scss
  • packages/core/scss/deprecated/components/action-card.scss
  • packages/core/scss/deprecated/components/app-header.scss
  • packages/core/scss/deprecated/components/avatar.scss
  • packages/core/scss/deprecated/components/blind.scss
  • packages/core/scss/deprecated/components/button.scss
  • packages/core/scss/deprecated/components/card.scss
  • packages/core/scss/deprecated/components/checkbox.scss
  • packages/core/scss/deprecated/components/chip.scss
  • packages/core/scss/deprecated/components/datepicker.scss
  • packages/core/scss/deprecated/components/event-list.scss
  • packages/core/scss/deprecated/components/flip.scss
  • packages/core/scss/deprecated/components/ghost.scss
  • packages/core/scss/deprecated/components/group.scss
  • packages/core/scss/deprecated/components/input-helper.scss
  • packages/core/scss/deprecated/components/input.scss
  • packages/core/scss/deprecated/components/kpi.scss
  • packages/core/scss/deprecated/components/label.scss
  • packages/core/scss/deprecated/components/link.scss
  • packages/core/scss/deprecated/components/menu.scss
  • packages/core/scss/deprecated/components/message-bar.scss
  • packages/core/scss/deprecated/components/modal-dialog.scss
  • packages/core/scss/deprecated/components/navigation.scss
  • packages/core/scss/deprecated/components/overlay.scss
  • packages/core/scss/deprecated/components/pagination.scss
  • packages/core/scss/deprecated/components/pane.scss
  • packages/core/scss/deprecated/components/pill.scss
  • packages/core/scss/deprecated/components/progress-indicator.scss
  • packages/core/scss/deprecated/components/push-card.scss
  • packages/core/scss/deprecated/components/radiobutton.scss
  • packages/core/scss/deprecated/components/scrollbar.scss
  • packages/core/scss/deprecated/components/select-list.scss
  • packages/core/scss/deprecated/components/slider.scss
  • packages/core/scss/deprecated/components/switch.scss
  • packages/core/scss/deprecated/components/tab.scss
  • packages/core/scss/deprecated/components/table.scss
  • packages/core/scss/deprecated/components/tile.scss
  • packages/core/scss/deprecated/components/toast.scss
  • packages/core/scss/deprecated/components/tooltip.scss
  • packages/core/scss/deprecated/components/tree.scss
  • packages/core/scss/deprecated/components/upload.scss
  • packages/core/scss/deprecated/components/workflow.scss
  • packages/core/scss/entries/_default.scss
  • packages/core/scss/entries/_foundation.scss
  • packages/core/scss/entries/_globals.scss
  • packages/core/scss/entries/_legacy.scss
  • packages/core/scss/foundation/_body.scss
  • packages/core/scss/foundation/_scrollbar.scss
  • packages/core/scss/globals/_base.scss
  • packages/core/scss/globals/_reset.scss
  • packages/core/scss/globals/_scrollbar.scss
  • packages/core/scss/ix-base.scss
  • packages/core/scss/ix-foundation.scss
  • packages/core/scss/ix-globals.scss
  • packages/core/scss/ix-legacy.scss
  • packages/core/scss/ix-reset.scss
  • packages/core/scss/ix-scrollbar.scss
  • packages/core/scss/ix-utilities.scss
  • packages/core/scss/ix.scss
  • packages/core/scss/legacy/_fonts.scss
  • packages/core/scss/legacy/components/_button-group.scss
  • packages/core/scss/legacy/components/_checkboxes.scss
  • packages/core/scss/legacy/components/_dropdown.scss
  • packages/core/scss/legacy/components/_forms.scss
  • packages/core/scss/legacy/components/_input.scss
  • packages/core/scss/legacy/components/_modal.scss
  • packages/core/scss/legacy/components/_radiobuttons.scss
  • packages/core/scss/legacy/mixins/_fonts.scss
  • packages/core/scss/misc/_common-variables.scss
  • packages/core/scss/misc/_z-index.scss
  • packages/core/scss/mixins/_break-points.scss
  • packages/core/scss/mixins/_breakpoints.scss
  • packages/core/scss/mixins/_field.scss
  • packages/core/scss/mixins/_hover.scss
  • packages/core/scss/mixins/_input.scss
  • packages/core/scss/mixins/_reduce-motion.scss
  • packages/core/scss/mixins/_scrollbar.scss
  • packages/core/scss/mixins/internal/_input-control.scss
  • packages/core/scss/mixins/shadow-dom/_hover.scss
  • packages/core/scss/theme/classic/_composition.scss
  • packages/core/scss/theme/classic/_si-reference.scss
  • packages/core/scss/theme/classic/dark/_index.scss
  • packages/core/scss/theme/classic/dark/_legacy.scss
  • packages/core/scss/theme/classic/dark/_system.scss
  • packages/core/scss/theme/classic/light/_index.scss
  • packages/core/scss/theme/classic/light/_legacy.scss
  • packages/core/scss/theme/classic/light/_system.scss
  • packages/core/scss/theme/classic/theme.scss
  • packages/core/scss/theme/core/components/action-card.scss
  • packages/core/scss/theme/core/components/app-header.scss
  • packages/core/scss/theme/core/components/blind.scss
  • packages/core/scss/theme/core/components/button.scss
  • packages/core/scss/theme/core/components/card.scss
  • packages/core/scss/theme/core/components/checkbox.scss
  • packages/core/scss/theme/core/components/chip.scss
  • packages/core/scss/theme/core/components/datepicker.scss
  • packages/core/scss/theme/core/components/event-list.scss
  • packages/core/scss/theme/core/components/flip.scss
  • packages/core/scss/theme/core/components/group.scss
  • packages/core/scss/theme/core/components/input-helper.scss
  • packages/core/scss/theme/core/components/input.scss
  • packages/core/scss/theme/core/components/link.scss
  • packages/core/scss/theme/core/components/menu.scss
  • packages/core/scss/theme/core/components/navigation.scss
  • packages/core/scss/theme/core/components/pagination.scss
  • packages/core/scss/theme/core/components/progress-indicator.scss
  • packages/core/scss/theme/core/components/push-card.scss
  • packages/core/scss/theme/core/components/radiobutton.scss
  • packages/core/scss/theme/core/components/select-list.scss
  • packages/core/scss/theme/core/components/slider.scss
  • packages/core/scss/theme/core/components/switch.scss
  • packages/core/scss/theme/core/components/tab.scss
  • packages/core/scss/theme/core/components/table.scss
  • packages/core/scss/theme/core/components/tree.scss
  • packages/core/scss/theme/core/components/upload.scss
  • packages/core/scss/theme/core/components/workflow.scss
  • packages/core/scss/tokens/_legacy.scss
  • packages/core/scss/tokens/_system.scss
  • packages/core/scss/utilities/_button-group.scss
  • packages/core/scss/utilities/_index.scss
  • packages/core/scss/utilities/_input-group.scss
  • packages/core/scss/utilities/_links.scss
  • packages/core/scss/utilities/_shadows.scss
  • packages/core/scss/utilities/_table.scss
  • packages/core/scss/utilities/_typography.scss
  • packages/core/src/components.d.ts
  • packages/core/src/components/action-card/action-card.scss
  • packages/core/src/components/action-card/action-card.vars.scss
  • packages/core/src/components/action-card/test/action-card.ct.ts
  • packages/core/src/components/application-header/application-header.scss
  • packages/core/src/components/application-header/application-header.vars.scss
  • packages/core/src/components/application-header/application-switch-modal/application-switch-modal.scss
  • packages/core/src/components/application-header/application-switch-modal/application-switch-modal.tsx
  • packages/core/src/components/application-header/application-switch-modal/application-switch-modal.vars.scss
  • packages/core/src/components/application/application.scss
  • packages/core/src/components/application/application.vars.scss
  • packages/core/src/components/avatar/avatar.scss
  • packages/core/src/components/avatar/avatar.tsx
  • packages/core/src/components/avatar/avatar.vars.scss
  • packages/core/src/components/badge/badge.scss
  • packages/core/src/components/badge/badge.vars.scss
  • packages/core/src/components/badge/test/badge.ct.ts
  • packages/core/src/components/blind/blind.scss
  • packages/core/src/components/blind/blind.tsx
  • packages/core/src/components/blind/blind.vars.scss
  • packages/core/src/components/blind/test/blind.ct.ts
  • packages/core/src/components/breadcrumb-item/breadcrumb-item.scss
  • packages/core/src/components/breadcrumb-item/breadcrumb-item.vars.scss
  • packages/core/src/components/breadcrumb/breadcrumb.scss
  • packages/core/src/components/breadcrumb/breadcrumb.vars.scss
  • packages/core/src/components/button/button-mixin.scss
  • packages/core/src/components/button/button.vars.scss
  • packages/core/src/components/card-accordion/card-accordion.scss
  • packages/core/src/components/card-accordion/card-accordion.vars.scss
  • packages/core/src/components/card-list/card-list.scss
  • packages/core/src/components/card-list/card-list.tsx
  • packages/core/src/components/card-list/card-list.vars.scss
  • packages/core/src/components/card/card.scss
  • packages/core/src/components/card/card.vars.scss
  • packages/core/src/components/category-filter/_category-filter-dropdown-item.scss
  • packages/core/src/components/category-filter/category-filter.scss
  • packages/core/src/components/category-filter/category-filter.tsx
  • packages/core/src/components/category-filter/category-filter.vars.scss
  • packages/core/src/components/chat-ai-message/chat-ai-message.scss
  • packages/core/src/components/chat-ai-message/chat-ai-message.vars.scss
  • packages/core/src/components/chat-input/chat-input.scss
  • packages/core/src/components/chat-input/chat-input.vars.scss
  • packages/core/src/components/chat-user-message/chat-user-message.scss
  • packages/core/src/components/chat-user-message/chat-user-message.vars.scss
  • packages/core/src/components/checkbox-group/checkbox-group.scss
  • packages/core/src/components/checkbox/checkbox.scss
  • packages/core/src/components/checkbox/checkbox.tsx
  • packages/core/src/components/checkbox/checkbox.vars.scss
  • packages/core/src/components/checkbox/tests/checkbox.ct.ts
  • packages/core/src/components/chip/chip-mixin.scss
  • packages/core/src/components/chip/chip.scss
  • packages/core/src/components/chip/chip.vars.scss
  • packages/core/src/components/chip/test/chip.ct.ts
  • packages/core/src/components/date-dropdown/date-dropdown.scss
  • packages/core/src/components/date-dropdown/date-dropdown.vars.scss
  • packages/core/src/components/date-input/date-input.scss
  • packages/core/src/components/date-picker/date-picker.scss
  • packages/core/src/components/date-picker/date-picker.vars.scss
  • packages/core/src/components/date-time-card/date-time-card.scss
  • packages/core/src/components/date-time-card/date-time-card.vars.scss
  • packages/core/src/components/datetime-input/datetime-input.scss
  • packages/core/src/components/datetime-picker/datetime-picker.scss
  • packages/core/src/components/datetime-picker/datetime-picker.vars.scss
  • packages/core/src/components/divider/divider.scss
  • packages/core/src/components/divider/divider.vars.scss
  • packages/core/src/components/dropdown-button/dropdown-button.scss
  • packages/core/src/components/dropdown-button/dropdown-button.vars.scss
  • packages/core/src/components/dropdown-header/dropdown-header.scss
  • packages/core/src/components/dropdown-header/dropdown-header.vars.scss
  • packages/core/src/components/dropdown-item/dropdown-item.scss
  • packages/core/src/components/dropdown-item/dropdown-item.vars.scss
  • packages/core/src/components/dropdown/dropdown.scss
  • packages/core/src/components/dropdown/dropdown.vars.scss
  • packages/core/src/components/empty-state/empty-state.scss
  • packages/core/src/components/empty-state/empty-state.tsx
  • packages/core/src/components/empty-state/empty-state.vars.scss
  • packages/core/src/components/event-list-item/event-list-item.scss
  • packages/core/src/components/event-list-item/event-list-item.tsx
  • packages/core/src/components/event-list-item/event-list-item.vars.scss
  • packages/core/src/components/event-list/test/event-list.ct.ts
  • packages/core/src/components/expanding-search/expanding-search.scss
  • packages/core/src/components/expanding-search/expanding-search.tsx
  • packages/core/src/components/expanding-search/expanding-search.vars.scss
  • packages/core/src/components/field-label/tests/field-label.ct.ts
  • packages/core/src/components/field-wrapper/field-wrapper.mixins.scss
  • packages/core/src/components/field-wrapper/field-wrapper.vars.scss
  • packages/core/src/components/filter-chip/filter-chip.scss
  • packages/core/src/components/filter-chip/filter-chip.vars.scss
  • packages/core/src/components/flip-tile/flip-tile.scss
  • packages/core/src/components/flip-tile/flip-tile.vars.scss
  • packages/core/src/components/group-item/group-item.scss
  • packages/core/src/components/group-item/group-item.vars.scss
  • packages/core/src/components/group/group.scss
  • packages/core/src/components/group/group.vars.scss
  • packages/core/src/components/helper-text/helper-text.scss
  • packages/core/src/components/icon-button/icon-button.tsx
  • packages/core/src/components/icon-button/test/icon-button.ct.ts
  • packages/core/src/components/input/input.mixins.scss
  • packages/core/src/components/input/input.scss
  • packages/core/src/components/input/input.tsx
  • packages/core/src/components/input/input.vars.scss
  • packages/core/src/components/input/textarea.scss
  • packages/core/src/components/input/textarea.vars.scss
  • packages/core/src/components/ix-playground/ix-playground.tsx
  • packages/core/src/components/key-value-list/key-value-list.scss
  • packages/core/src/components/key-value-list/key-value-list.vars.scss
  • packages/core/src/components/key-value/key-value.scss
  • packages/core/src/components/key-value/key-value.vars.scss
  • packages/core/src/components/kpi/kpi.scss
  • packages/core/src/components/kpi/kpi.tsx
  • packages/core/src/components/kpi/kpi.vars.scss
  • packages/core/src/components/layout-grid/layout-grid.scss
  • packages/core/src/components/layout-grid/layout-grid.vars.scss
  • packages/core/src/components/link-button/link-button.scss
  • packages/core/src/components/link-button/link-button.vars.scss
  • packages/core/src/components/menu-about-news/menu-about-news.scss
  • packages/core/src/components/menu-about-news/menu-about-news.tsx
  • packages/core/src/components/menu-about-news/menu-about-news.vars.scss
  • packages/core/src/components/menu-about/menu-about.scss
  • packages/core/src/components/menu-about/menu-about.tsx
  • packages/core/src/components/menu-about/menu-about.vars.scss
  • packages/core/src/components/menu-avatar-item/menu-avatar-item.scss
  • packages/core/src/components/menu-avatar-item/menu-avatar-item.vars.scss
  • packages/core/src/components/menu-avatar/menu-avatar.scss
  • packages/core/src/components/menu-avatar/menu-avatar.vars.scss
  • packages/core/src/components/menu-category/menu-category.scss
  • packages/core/src/components/menu-category/menu-category.vars.scss
  • packages/core/src/components/menu-item/menu-item.scss
  • packages/core/src/components/menu-item/menu-item.vars.scss
  • packages/core/src/components/menu-settings/menu-settings.scss
  • packages/core/src/components/menu-settings/menu-settings.tsx
  • packages/core/src/components/menu-settings/menu-settings.vars.scss
  • packages/core/src/components/menu/menu-expand-icon.scss
  • packages/core/src/components/menu/menu-expand-icon.vars.scss
  • packages/core/src/components/menu/menu.scss
  • packages/core/src/components/menu/menu.vars.scss
  • packages/core/src/components/message-bar/message-bar.scss
  • packages/core/src/components/message-bar/message-bar.tsx
  • packages/core/src/components/message-bar/message-bar.vars.scss
  • packages/core/src/components/modal-header/modal-header.scss
  • packages/core/src/components/modal-header/modal-header.tsx
  • packages/core/src/components/modal/modal.scss
  • packages/core/src/components/modal/modal.vars.scss
  • packages/core/src/components/pagination/pagination.scss
  • packages/core/src/components/pagination/pagination.tsx
  • packages/core/src/components/pane-layout/pane-layout.scss
  • packages/core/src/components/pane/pane.scss
  • packages/core/src/components/pane/pane.tsx
  • packages/core/src/components/pane/pane.vars.scss
  • packages/core/src/components/pill/pill.scss
  • packages/core/src/components/pill/pill.vars.scss
  • packages/core/src/components/popover-header/popover-header.scss
  • packages/core/src/components/popover-header/popover-header.tsx
  • packages/core/src/components/popover-header/popover-header.vars.scss
  • packages/core/src/components/popover/popover.scss
  • packages/core/src/components/popover/popover.vars.scss
  • packages/core/src/components/progress-indicator/circular.scss
  • packages/core/src/components/progress-indicator/circular.vars.scss
  • packages/core/src/components/progress-indicator/linear.scss
  • packages/core/src/components/progress-indicator/linear.vars.scss
  • packages/core/src/components/progress-indicator/progress-indicator.scss
  • packages/core/src/components/progress-indicator/progress-indicator.vars.scss
  • packages/core/src/components/push-card/push-card.scss
  • packages/core/src/components/push-card/push-card.vars.scss
  • packages/core/src/components/radio-group/radio-group.scss
  • packages/core/src/components/radio/radio.scss
  • packages/core/src/components/radio/radio.vars.scss
  • packages/core/src/components/radio/test/radio.ct.ts
  • packages/core/src/components/select-item/select-item.scss
  • packages/core/src/components/select-item/select-item.vars.scss
  • packages/core/src/components/select/select.scss
  • packages/core/src/components/select/select.vars.scss
  • packages/core/src/components/slider/slider.scss
  • packages/core/src/components/slider/slider.vars.scss
  • packages/core/src/components/spinner/spinner.scss
  • packages/core/src/components/spinner/spinner.vars.scss
  • packages/core/src/components/split-button/split-button.scss
  • packages/core/src/components/tab-item/tab-item.scss
  • packages/core/src/components/tab-item/tab-item.vars.scss
  • packages/core/src/components/tabs/tabs.scss
  • packages/core/src/components/tabs/tabs.vars.scss
  • packages/core/src/components/tile/tile.scss
  • packages/core/src/components/tile/tile.vars.scss
  • packages/core/src/components/time-input/time-input.scss
  • packages/core/src/components/time-picker/time-picker.scss
  • packages/core/src/components/time-picker/time-picker.vars.scss
  • packages/core/src/components/toast/toast-container.scss
  • packages/core/src/components/toast/toast-container.vars.scss
  • packages/core/src/components/toast/toast-utils.ts
  • packages/core/src/components/toast/toast.scss
  • packages/core/src/components/toast/toast.tsx
  • packages/core/src/components/toast/toast.vars.scss
  • packages/core/src/components/toggle/toggle.scss
  • packages/core/src/components/toggle/toggle.vars.scss
  • packages/core/src/components/tooltip/tooltip.scss
  • packages/core/src/components/tooltip/tooltip.vars.scss
  • packages/core/src/components/tree-item/tree-item.scss
  • packages/core/src/components/tree-item/tree-item.tsx
  • packages/core/src/components/tree-item/tree-item.vars.scss
  • packages/core/src/components/typography/typography.scss
  • packages/core/src/components/typography/typography.tsx
  • packages/core/src/components/upload/upload.scss
  • packages/core/src/components/upload/upload.vars.scss
  • packages/core/src/components/utils/modal/message.ts
  • packages/core/src/components/utils/notification-color.ts
  • packages/core/src/components/workflow-step/workflow-step.scss
  • packages/core/src/components/workflow-step/workflow-step.tsx
  • packages/core/src/components/workflow-step/workflow-step.vars.scss
  • packages/echarts/src/computecss.ts
  • packages/html-test-app/src/preview-examples/badge-counter.html
  • packages/html-test-app/src/preview-examples/badge-dot.html
  • packages/html-test-app/src/preview-examples/badge-label.html
  • packages/html-test-app/src/preview-examples/blind-header-actions.html
  • packages/html-test-app/src/preview-examples/chip.html
  • packages/html-test-app/src/preview-examples/echarts-circle.html
  • packages/html-test-app/src/preview-examples/echarts-gauge.html
  • packages/html-test-app/src/preview-examples/echarts-line-advanced.html
  • packages/html-test-app/src/preview-examples/echarts-line-multiple-y-axis.html
  • packages/html-test-app/src/preview-examples/echarts-pie.html
  • packages/html-test-app/src/preview-examples/echarts-progress-arc.html
  • packages/html-test-app/src/preview-examples/echarts-progress-circle.html
  • packages/html-test-app/src/preview-examples/echarts-special-3d.html
  • packages/html-test-app/src/preview-examples/echarts-special-zoom.html
  • packages/html-test-app/src/preview-examples/event-list-compact.html
  • packages/html-test-app/src/preview-examples/event-list-custom-item-height-in-number.html
  • packages/html-test-app/src/preview-examples/event-list-custom-item-height.html
  • packages/html-test-app/src/preview-examples/event-list-filled.html
  • packages/html-test-app/src/preview-examples/event-list-selected.html
  • packages/html-test-app/src/preview-examples/event-list.html
  • packages/html-test-app/src/preview-examples/global.css
  • packages/html-test-app/src/preview-examples/grid-padding.css
  • packages/html-test-app/src/preview-examples/grid-size.css
  • packages/html-test-app/src/preview-examples/grid.css
  • packages/html-test-app/src/preview-examples/init.js
  • packages/html-test-app/src/preview-examples/layout-auto-custom.html
  • packages/html-test-app/src/preview-examples/layout-auto.css
  • packages/html-test-app/src/preview-examples/layout-auto.html
  • packages/html-test-app/src/preview-examples/pill-variants.html
  • packages/html-test-app/src/preview-examples/pill.html
  • packages/html-test-app/src/preview-examples/popover.html
  • packages/ionic-test-app/src/App.tsx
  • packages/ionic-test-app/src/pages/Demo.module.css
  • packages/ionic-test-app/src/pages/Demo.tsx
  • packages/ionic-test-app/src/pages/Home.tsx
  • packages/ionic-test-app/src/theme/variables.css
  • packages/nextjs-test-app/src/app/layout.tsx
  • packages/react-test-app/src/preview-examples/badge-counter.tsx
  • packages/react-test-app/src/preview-examples/badge-dot.tsx
  • packages/react-test-app/src/preview-examples/badge-label.tsx
  • packages/react-test-app/src/preview-examples/blind-header-actions.tsx
  • packages/react-test-app/src/preview-examples/chip.tsx
  • packages/react-test-app/src/preview-examples/echarts-circle.tsx
  • packages/react-test-app/src/preview-examples/echarts-gauge.tsx
  • packages/react-test-app/src/preview-examples/echarts-line-advanced.tsx
  • packages/react-test-app/src/preview-examples/echarts-line-multiple-y-axis.tsx
  • packages/react-test-app/src/preview-examples/echarts-pie.tsx
  • packages/react-test-app/src/preview-examples/echarts-progress-arc.tsx
  • packages/react-test-app/src/preview-examples/echarts-progress-circle.tsx
  • packages/react-test-app/src/preview-examples/echarts-special-3d.tsx
  • packages/react-test-app/src/preview-examples/echarts-special-zoom.tsx
  • packages/react-test-app/src/preview-examples/event-list-compact.tsx
  • packages/react-test-app/src/preview-examples/event-list-custom-item-height-in-number.tsx
  • packages/react-test-app/src/preview-examples/event-list-custom-item-height.tsx
  • packages/react-test-app/src/preview-examples/event-list-filled.tsx
  • packages/react-test-app/src/preview-examples/event-list-selected.tsx
  • packages/react-test-app/src/preview-examples/event-list.tsx
  • packages/react-test-app/src/preview-examples/global.css
  • packages/react-test-app/src/preview-examples/grid-padding.scoped.css
  • packages/react-test-app/src/preview-examples/grid-size.scoped.css
  • packages/react-test-app/src/preview-examples/grid.scoped.css
  • packages/react-test-app/src/preview-examples/layout-auto.scoped.css
  • packages/react-test-app/src/preview-examples/pill-variants.tsx
  • packages/react-test-app/src/preview-examples/pill.tsx
  • packages/react-test-app/src/preview-examples/popover.tsx
  • packages/storybook-docs/.storybook/preview.ts
  • packages/storybook-docs/src/stories/application-header.stories.ts
  • packages/storybook-docs/src/stories/application.stories.tsx
  • packages/storybook-docs/src/stories/badge/badge-preview.css
  • packages/storybook-docs/src/stories/badge/badge-preview.shared.tsx
  • packages/storybook-docs/src/stories/breadcrumb-item.stories.tsx
  • packages/storybook-docs/src/stories/card-accordion.stories.tsx
  • packages/storybook-docs/src/stories/card-content.stories.tsx
  • packages/storybook-docs/src/stories/card-list.stories.tsx
  • packages/storybook-docs/src/stories/card-title.stories.tsx
  • packages/storybook-docs/src/stories/card.stories.tsx
  • packages/storybook-docs/src/stories/category-filter.stories.tsx
  • packages/storybook-docs/src/stories/chip.stories.ts
  • packages/storybook-docs/src/stories/col.stories.tsx
  • packages/storybook-docs/src/stories/content-header.stories.tsx
  • packages/storybook-docs/src/stories/content.stories.tsx
  • packages/storybook-docs/src/stories/custom-field.stories.tsx
  • packages/storybook-docs/src/stories/date-picker.stories.tsx
  • packages/storybook-docs/src/stories/datetime-picker.stories.tsx
  • packages/storybook-docs/src/stories/divider.stories.tsx
  • packages/storybook-docs/src/stories/dropdown-header.stories.tsx
  • packages/storybook-docs/src/stories/dropdown-item.stories.tsx
  • packages/storybook-docs/src/stories/dropdown-quick-actions.stories.tsx
  • packages/storybook-docs/src/stories/dropdown.stories.tsx
  • packages/storybook-docs/src/stories/empty-state.stories.tsx
  • packages/storybook-docs/src/stories/event-list-item.stories.ts
  • packages/storybook-docs/src/stories/event-list.stories.ts
  • packages/storybook-docs/src/stories/field-label.stories.tsx
  • packages/storybook-docs/src/stories/filter-chip.stories.tsx
  • packages/storybook-docs/src/stories/flip-tile-content.stories.tsx
  • packages/storybook-docs/src/stories/group-context-menu.stories.tsx
  • packages/storybook-docs/src/stories/group-item.stories.tsx
  • packages/storybook-docs/src/stories/group.stories.ts
  • packages/storybook-docs/src/stories/helper-text.stories.tsx
  • packages/storybook-docs/src/stories/icon-button.stories.ts
  • packages/storybook-docs/src/stories/icon-toggle-button.stories.tsx
  • packages/storybook-docs/src/stories/key-value-list.stories.tsx
  • packages/storybook-docs/src/stories/key-value.stories.tsx
  • packages/storybook-docs/src/stories/kpi.stories.tsx
  • packages/storybook-docs/src/stories/layout-auto.stories.tsx
  • packages/storybook-docs/src/stories/layout-grid.stories.tsx
  • packages/storybook-docs/src/stories/menu-about-item.stories.tsx
  • packages/storybook-docs/src/stories/menu-about-news.stories.tsx
  • packages/storybook-docs/src/stories/menu-about.stories.tsx
  • packages/storybook-docs/src/stories/menu-avatar-item.stories.tsx
  • packages/storybook-docs/src/stories/menu-avatar.stories.tsx
  • packages/storybook-docs/src/stories/menu-settings-item.stories.tsx
  • packages/storybook-docs/src/stories/menu-settings.stories.tsx
  • packages/storybook-docs/src/stories/menu/menu.stories.ts
  • packages/storybook-docs/src/stories/modal-content.stories.tsx
  • packages/storybook-docs/src/stories/modal-footer.stories.tsx
  • packages/storybook-docs/src/stories/modal-header.stories.tsx
  • packages/storybook-docs/src/stories/pane-layout.stories.tsx
  • packages/storybook-docs/src/stories/popover-content.stories.tsx
  • packages/storybook-docs/src/stories/popover-footer.stories.tsx
  • packages/storybook-docs/src/stories/popover-header.stories.tsx
  • packages/storybook-docs/src/stories/popover-image.stories.tsx
  • packages/storybook-docs/src/stories/popover.stories.ts
  • packages/storybook-docs/src/stories/row.stories.tsx
  • packages/storybook-docs/src/stories/select-item.stories.tsx
  • packages/storybook-docs/src/stories/tab-item.stories.tsx
  • packages/storybook-docs/src/stories/tooltip.stories.tsx
  • packages/storybook-docs/src/stories/tree-item.stories.tsx
  • packages/storybook-docs/src/stories/typography.stories.tsx
  • packages/storybook-docs/src/stories/upload.stories.tsx
  • packages/storybook-docs/src/stories/workflow-step.stories.tsx
  • packages/storybook-docs/src/stories/workflow.stories.tsx
  • packages/vue-test-app/src/preview-examples/badge-counter.vue
  • packages/vue-test-app/src/preview-examples/badge-dot.vue
  • packages/vue-test-app/src/preview-examples/badge-label.vue
  • packages/vue-test-app/src/preview-examples/blind-header-actions.vue
  • packages/vue-test-app/src/preview-examples/chip.vue
  • packages/vue-test-app/src/preview-examples/echarts-circle.vue
  • packages/vue-test-app/src/preview-examples/echarts-gauge.vue
  • packages/vue-test-app/src/preview-examples/echarts-line-advanced.vue
  • packages/vue-test-app/src/preview-examples/echarts-line-multiple-y-axis.vue
  • packages/vue-test-app/src/preview-examples/echarts-pie.vue
  • packages/vue-test-app/src/preview-examples/echarts-progress-arc.vue
  • packages/vue-test-app/src/preview-examples/echarts-progress-circle.vue
  • packages/vue-test-app/src/preview-examples/echarts-special-3d.vue
  • packages/vue-test-app/src/preview-examples/echarts-special-zoom.vue
  • packages/vue-test-app/src/preview-examples/event-list-compact.vue
  • packages/vue-test-app/src/preview-examples/event-list-custom-item-height-in-number.vue
  • packages/vue-test-app/src/preview-examples/event-list-custom-item-height.vue
  • packages/vue-test-app/src/preview-examples/event-list-filled.vue
  • packages/vue-test-app/src/preview-examples/event-list-selected.vue
  • packages/vue-test-app/src/preview-examples/event-list.vue
  • packages/vue-test-app/src/preview-examples/global.css
  • packages/vue-test-app/src/preview-examples/grid-padding.css
  • packages/vue-test-app/src/preview-examples/grid-size.css
  • packages/vue-test-app/src/preview-examples/grid.css
  • packages/vue-test-app/src/preview-examples/layout-auto.css
  • packages/vue-test-app/src/preview-examples/popover.vue
  • pnpm-workspace.yaml
  • testing/visual-testing/tests/application-header/no-border/index.html
  • testing/visual-testing/tests/badge/counter/index.html
  • testing/visual-testing/tests/badge/dot/index.html
  • testing/visual-testing/tests/badge/label/index.html
  • testing/visual-testing/tests/event-list/basic/index.html
  • testing/visual-testing/tests/event-list/chevron/index.html
  • testing/visual-testing/tests/event-list/compact/index.html
  • testing/visual-testing/tests/event-list/custom-height/index.html
  • testing/visual-testing/tests/menu-about/menu-about.e2e.ts
  • testing/visual-testing/tests/menu-settings/menu-settings.e2e.ts
  • testing/visual-testing/tests/popover/header-with-icon/index.html
  • testing/visual-testing/tests/popover/popover.e2e.ts
  • testing/visual-testing/tests/popover/with-image/index.html
  • testing/visual-testing/tests/style-entry-points/comparison/define.ts
  • testing/visual-testing/tests/style-entry-points/comparison/index.html
  • testing/visual-testing/tests/style-entry-points/fixture/define.ts
  • testing/visual-testing/tests/style-entry-points/fixture/index.html
  • testing/visual-testing/tests/style-entry-points/style-entry-points.e2e.ts
  • testing/visual-testing/tests/theme-system/basic/define.ts
  • testing/visual-testing/tests/utils/test/runtime/main.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/remove-global-css

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors the styling architecture of the @siemens/ix package by introducing new foundation and legacy utility CSS entry points (siemens-ix-foundation.css and siemens-ix-legacy-utilities.css) to facilitate incremental migration. It also modularizes component styling by moving token defaults from the global theme output into dedicated component *.vars.scss files using local --ix-* custom properties. Additionally, a test button has been added to the ix-playground component. No review comments were provided, so I have no feedback to offer.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@danielleroux

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@kathrinschalber kathrinschalber left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few things that need to be checked.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

striped style is gone

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ToDo in Theme generator] Border is not visible anymore -> change token for readonly

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is correctly set, @silviowolf would it make sense to the ref-token for border-4 in classic theme? it's barely visible....

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how did the input field (color-component-8) change?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to category filter -> border in readonly/disabled

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be fixed via token update

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this intentional, that the checkbox has no background (anymore)?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to be check if v6 still supports legacy native input element, maybe need deprecation blog/post.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Textarea (light theme) stayed colored, in contrast to e.g. selects

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Textarea test covers the legacy native components not the ix-textarea. Will maybe be removed with v6

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For 6.0, doublecheck:

  • app header background-3
  • app menu background-2

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is already aligend with element. background-1 is correct. Figma needs to be adapted

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fonts in critical variant should be all white. Also, to me they look not at all similar to the Figma

Image

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Light theme is correct, but in dark theme critical should have a white font as well

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the icon should turn orange too

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to be adapted inside input-helper-new.json of the token json

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shadow on dropdown is not visible (dark mode only)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shadow exist also in darkmode, but due the background color change, its not visible anymore

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing shadows

@kathrinschalber kathrinschalber Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@silviowolf please validate whether

  1. border colors should be used for the lines and text for the icons, and
  2. if we need a better matching color for the selected step (should the dot be also gray?)

PS: Also see the dark version of this: testing/visual-testing/screenshots/tests/workflow-steps/workflow-steps.e2e.ts/workflow-steps-basic-1-chromium---classic-dark-linux.png

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

icon is decorative -> change to background tokens

@danielleroux
danielleroux force-pushed the feat/remove-global-css branch from 1189b90 to b31df5f Compare August 13, 2026 11:26
@danielleroux
danielleroux marked this pull request as ready for review August 17, 2026 07:19
@danielleroux
danielleroux requested review from a team as code owners August 17, 2026 07:19
@sonarqubecloud

Copy link
Copy Markdown

@danielleroux danielleroux added this to the 6.0.0 milestone Aug 18, 2026
@use '../tokens/system' as sys;

body {
color: #{sys.$si-sys-text-primary};

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how does this change with the theme (e.g. dark/light) if it's a fixed sass variable?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its interpolation of sass, so no fixed sass variable after build

Comment thread pnpm-workspace.yaml
@@ -7,7 +7,7 @@ catalog:
'@axe-core/playwright': ^4.11.0
'@esbuild/linux-arm64': 0.27.2
'@playwright/test': ^1.58.1
'@siemens/ix-icons': ^3.5.0
'@siemens/ix-icons': 0.0.0-20260811100620

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder to go back to released version

Comment thread BREAKING_CHANGES/v6.md

| Before | After |
| ------------------------------------------ | ------------------------------------ |
| `--theme-si-sys-text-primary` | `--si-sys-text-primary` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before it used to be --theme-color-primary etc.

Comment thread BREAKING_CHANGES/v6.md
color: var(--si-sys-text-primary);
```

The public Sass variable names remain unchanged:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it refers to an intermediary implementation step not the actual migration guide

Comment thread BREAKING_CHANGES/v6.md
@import '@siemens/ix/css/legacy.css';
```

Foundation styles document scrollbars automatically. Add `disable-scrollbar` to

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Suggested change
Foundation styles document scrollbars automatically. Add `disable-scrollbar` to
Foundation styles enable scrollbars automatically. Add `disable-scrollbar` to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IX css is affecting non-ix components

4 participants